ci: bump action pins to match modern-di#113
Merged
Merged
Conversation
- actions/checkout@v4 -> @v6 - extractions/setup-just@v2 -> @v4 - astral-sh/setup-uv@v3 -> @v8.2.0 These versions are already in production on the sibling modern-di project's CI. Mirrors the same upgrade so both repos in the modern-python org share one toolchain pin set. Leaves codecov-action@v4.0.1 alone (no modern-di equivalent to mirror). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This was referenced Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings
ci.ymlandpublish.ymlaction versions in line with the siblingmodern-diproject. The docs workflow added in #112 already uses these versions; this PR catches the older workflows up so the whole repo shares one pin set.actions/checkout@v4@v6extractions/setup-just@v2@v4astral-sh/setup-uv@v3@v8.2.0The
with: enable-cache: true, cache-dependency-glob: "**/pyproject.toml"block onsetup-uvinci.ymlis preserved (modern-di also keeps it on@v8.2.0).Scope
.github/workflows/ci.yml— 6 line changes (bothlintandpytestjobs).github/workflows/publish.yml— 3 line changesOut of scope
codecov/codecov-action@v4.0.1— modern-di dropped codecov rather than bumping it, so there is no clear target version to mirror. Leaving as-is. Worth a separate decision (bump vs. drop).ci.ymlinto a reusable_checks.ymlworkflow like modern-di did. That's a structural refactor, not a version bump — separate PR if wanted.Test plan
just lint-ciandjust testalready passed.🤖 Generated with Claude Code